QuickOPC User's Guide and Reference
Equals(DAWriteItemValueObserver<TValue>) Method



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Reactive Namespace > DAWriteItemValueObserver<TValue> Class > Equals Method : Equals(DAWriteItemValueObserver<TValue>) Method
Object to be compared.
Determines whether the current object is the same as other object.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As DAWriteItemValueObserver(Of TValue) _
) As Boolean
'Usage
 
Dim instance As DAWriteItemValueObserver(Of TValue)
Dim other As DAWriteItemValueObserver(Of TValue)
Dim value As Boolean
 
value = instance.Equals(other)

Parameters

other
Object to be compared.

Return Value

True if the objects are the same, otherwise false.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also